@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; box-sizing:border-box; font-size: 16px; font-family: "Arial"}
img{ border:0;}
a{ text-decoration:none; color:#333;  }
input,textarea,button{outline:none;}
em{ font-style:normal;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
hr{ border:none;}
.l{ float:left}
.r{ float:right}
.tow{ overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.container{width:1200px; margin: 0 auto; }
.w1200{ width:1280px; margin: 0 auto; }
.w1440{ width:1400px; margin: 0 auto; }
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}


*:focus{   
	border:none;
}


.h_logo{width:17%; height:100px; float:left;  display: flex; align-items: center; background: #fff}
.h_logo img{width:100%; height: auto; display: block; float: left}
.h_search{width:25px; height:100px; float: right; background: url(../images/h_search.png) no-repeat center; margin-right:3%; cursor:pointer}
.form_box{position: fixed;  top:100px; left:0; right:0; z-index: 999; height:auto; background: #fff; display:none; margin: 0 auto; width: 100%; padding: 10px 0}
.form_box form{width:100%; margin:0 auto;}
.form_box p{ height:auto; width: auto; display: table; margin: 0px auto;}
.form_box input[type="text"]{width:300px; height:40px; line-height:40px; border: 0; float: left; background: #eee; color:#333; font-size: 15px; padding: 0 10px;}
.form_box .submit{
    width:120px;
    height:40px;
    border:0;
    display: inline-block;
    color:#fff;
    float:left;
    outline: none;
    background: #0071bf; font-size:16px;
}



/* 导航栏 */
.header_nav{height:100px; width:100%; z-index: 9; background: rgba(0,0,0,0.5); position: absolute; top:0; left:0 }
.nav{ height:100%; width:964px; position: relative; z-index: 9; float: right; margin-right: 2%;}
.nav .nLi{position:relative;float:left;display:inline;height:100%; width:120px;}
.nav .nLi h3{ font-weight: normal; width:100%; height:100%;}
.nav .nLi h3 p{height:auto; color:#fff; font-size:16px;   width:auto; position: relative; text-align: center; line-height:96px;  display: table; margin: 0px auto; }
.nav .nLi h3 a{display:block;width:100%;height:100%;color:#fff;  }
.nav .sub{position:absolute;top:100px;left:42%; z-index:999;display:none;padding:0;width:158px; margin-left: -70px; background:#fff;line-height:26px; } 
.nav .sub li{height:auto;border-bottom:1px solid #eee;text-align:center;line-height:26px;zoom:1; overflow: hidden; padding: 4px 0}
.nav .sub li p{float:left;margin:0;width:100%; font-size:14px}
.nav .sub li span{float:right}
.nav .sub a{display:block;padding:0 10px;height:100%;color:#333;}
.nav .nLi.active h3 p,.nav .nLi:hover h3 p{font-weight: bold;  color:#0065b1; border-bottom: 4px solid #0065b1}
.nav .nLi.active h3 span,.nav .nLi:hover h3 span{opacity: 1}
.sub li:hover a{color:#1d2a79;}
.nav .nLi:last-child:after{content: ""}




/* 首页:banner */
.banner{ width:100%; height:960px; position: relative; overflow: hidden;  }
.banner .slideBox{position:relative;overflow:hidden;width:100%;height:100%}
.banner .slideBox .hd{z-index:1;overflow:hidden;height:auto; position: absolute; bottom:65px; left:3%; width:auto}
.banner .slideBox .hd ul{overflow:hidden;zoom:1;margin: 0px auto; width:auto;  display: table}
.banner .slideBox .hd ul li{width:auto;height:26px; width: 26px; cursor:pointer; border-radius: 50%;   position: relative; float: left;text-indent: -999px;  
	background: url(../images/b_dian.png) no-repeat center}
.banner .slideBox .hd ul li.on{background: url(../images/b_active.png) no-repeat center}
.banner .slideBox .bd{position:relative;z-index:0;width:100%;height:960px; overflow: hidden}
.banner .slideBox .bd ul{width:100%;height:100%}
.banner .slideBox .bd li{width:100%;height:100%;vertical-align:middle;zoom:1; position: relative}
.banner .slideBox .bd li a{width:100%; height:960px; display: block;}
.banner .slideBox .bd li img{vertical-align: bottom; width: 100%; height: auto;transition: all 5.5s;}
.banner .slideBox .prev,.banner .slideBox .next{  display:block; width:75px; height:82px; float: left }
.banner .slideBox .next{background: url(../images/ban_right.png) no-repeat center}
.banner .slideBox .prev{background: url(../images/ban_left.png) no-repeat center; border-radius: 8px 0 0 0;}
.banner .slideBox .next:hover{background:#fff url(../images/ban_hright.png) no-repeat center}
.banner .slideBox .prev:hover{background:#fff url(../images/ban_hleft.png) no-repeat center}
.ban_bottom{width:19%; height: 82px; position: absolute; bottom:0; right:0; background: #fff; z-index: 9; padding-left:1% }
.ban_bottom .pageState{color:#fff; line-height:82px; font-size: 60px; height: 82px; background: #0065b1; width:55px; float: left; padding-left:10px }
.ban_bottom .pageState span{font-size:60px; margin-right:12px;}
.ban_zi{color:#fff; font-size: 14px; height: 30px; line-height: 30px; background: url(../images/xx.png) no-repeat center; text-align: center; position: absolute; bottom:40px; left:50%; z-index: 9; width: 104px; margin-left: -50px; animation:mymove 5s infinite;}

@keyframes mymove
{
	 0% {
			transform: translate(0px, 0px);
		}
		50% {
			transform: translate(0px, -8px);
		}
		100% {
			transform: translate(0px, 0px);
		}

}


.index_num{width:100%; height: auto; overflow: hidden; margin-top:20px;}
.index_num li{width:24.2%; height:214px; float: left; margin-right: 1%; padding: 35px 2.5% 0}
.index_num li:last-child{margin-right: 0}
.index_num li:nth-child(odd){background: url(../images/num_l.jpg) no-repeat center}
.index_num li:nth-child(even){background: url(../images/num_b.jpg) no-repeat center}
.index_num li h4{width:100%; height:auto; color:#fff; font-size: 16px; }
.index_num li h4 span{font-weight:bold; font-size: 36px; margin-right: 8px;}
.index_num li p{width:100%; font-size: 16px; color: #ffffff; line-height: 30px; margin-top: 10px}
 

/*关于我们*/
.index_about{width:100%; height:498px; overflow: hidden; background: url(../images/about_bjs.jpg) no-repeat center; padding-top: 78px; margin-top: 40px;}
.index_about_left{width:40%; height: auto; padding-left:100px}
.index_about_left h4{width:100%; height: 60px; border-bottom: 1px solid #e5e5e5; font-size: 30px; color: #333333}
.index_about_left h4 span{color:#0065b1; font-size: 30px;}
.index_about_left h5{color:#333333; font-size: 24px; font-weight: bold; margin: 40px 0 20px}
.in_about_xx{width:100%; height: auto; overflow: hidden; line-height: 30px; font-size: 16px; color: #333333; display: block}
.in_about_more{width:100%; height: 48px; line-height: 48px; color: #333333; font-size: 16px; padding-left: 60px;
	background: url(../images/ab_jts.png) no-repeat left center; display: block; margin-top: 55px;transition: all 0.4s ease-in-out;}
.in_about_more:hover{color:#0065b1; font-weight: bold; padding-left:70px; transition: all 0.4s ease-in-out;}


/*产品*/
.index_product{width:100%; height:auto; margin-top:48px; background: #f5f5f5; padding:78px 0 }
.index_product_title{width:100%; height: auto; overflow: hidden}
.index_product_title h4{color:#333333; font-size: 30px; text-transform: uppercase}
.index_product_title h4 span{font-weight: bold; font-size: 30px;}
.index_product_title h5{color:#333333; font-size: 60px; font-family: "Arial"; font-weight: 900; text-transform: uppercase}
.index_product_title h6{color:#333333; font-size: 30px; position: relative;}
.index_product_title h6:after{content: ""; width: 100%; height:1px; background: #fff; position: absolute; top:20px; right:0}
.index_product_title h6 span{color:#333333; font-size: 30px; background: #f5f5f5; position: relative; z-index: 9; padding-right: 30px;}
.index_pro_nav{width:100%; height: auto; overflow: hidden; margin-top: 20px;}
.index_pro_nav a{width:10.66%; height:49px; background: #0065b1; border-radius: 8px; text-align: center; line-height: 49px; margin-right:0.5%; color:#fff; font-size:16px; float: left}
.index_pro_nav a:nth-child(9){margin-right: 0}
.index_pro_nav a:hover{background: #1c2f4a}
.index_product_left{width:100%; height: auto; margin-top: 40px; position: relative}
.index_product_left .swiper-slide a{width:100%; height: auto; display: block}
.index_case_pic{width:100%; height: auto; overflow: hidden}
.index_product_left .swiper-slide a{width:100%; height: auto; display: block}
.index_product_left .swiper-slide a img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_product_left .swiper-slide a:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.index_product_left .swiper-slide a h4{width:100%; height:56px; border-bottom: 1px solid #fff; text-align: center; line-height: 56px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; color:#333333; font-size:16px;}
.index_product_left .swiper-slide a span{color:#333333; font-size:16px; margin-top: 20px;  display: block; text-align: center}
.index_product_left .swiper-slide a:hover h4{border-bottom: 1px solid #0065b1}
.index_product_left .swiper-button-next,.index_product_left .swiper-button-prev{width:38px; height: 38px; margin-top:-19px; }
.index_product_left .swiper-button-next{background: url(../images/pro_right.png) no-repeat center; right:-70px}
.index_product_left .swiper-button-prev{background: url(../images/pro_left.png) no-repeat center; left:-70px;}
.index_product_left .swiper-button-next:hover{background: url(../images/pro_hright.png) no-repeat center}
.index_product_left .swiper-button-prev:hover{background: url(../images/pro_hleft.png) no-repeat center}
.index_product_class{width:100%; height:844px; background: url(../images/product_bjs.jpg) no-repeat center; background-size: cover; background-attachment: fixed;}
.index_product_class ul{width:100%; height: auto; overflow: hidden}
.index_product_class ul li{width:33.33%; height:422px; border-bottom: 1px solid rgba(255,255,255,0.5); float: left; border-right:1px solid rgba(255,255,255,0.5); 
	text-align: center; padding-top: 8% }
.index_product_class ul li:nth-child(4),.index_product_class ul li:nth-child(5),.index_product_class ul li:nth-child(6){border-bottom: 0}
.index_product_class ul li h3{color:#fff; font-size: 24px; line-height: 40px;}
.index_product_class ul li h4{color:#fff; font-size: 16px; line-height: 30px; text-transform: uppercase}
.index_product_class ul li i{color:#fff; font-size: 30px; font-weight: bold; margin-top: 10px; display: block}
.index_product_class ul li img.p_jia{width:38px; height: 38px; display: none; margin:20px auto 0;}
.index_product_class ul li:hover  img.p_jia{display: block} 
.index_product_class ul li:hover i{display: none}
.index_product_class ul li:hover{background: rgba(0,101,177,0.6)}


/*优势*/
.index_youshi{width:100%; height: auto; overflow: hidden; margin-top: 60px; position: relative; padding-bottom: 88px;}
.index_youshi:after{content: ""; width: 100%; height:290px; background: #eeeeee; position: absolute; bottom:0; left:0;  }
.index_youshi_title{width:100%; height: auto; overflow: hidden}
.index_youshi_title h4{color:#333333; font-size: 30px; text-transform: uppercase}
.index_youshi_title h4 span{font-weight: bold; font-size: 30px;}
.index_youshi_title h5{color:#333333; font-size: 60px; font-family: "Arial"; font-weight: 900; text-transform: uppercase}
.index_youshi_title h6{color:#333333; font-size: 30px; position: relative; width: 95%; float: left}
.index_youshi_title h6:after{content: ""; width: 100%; height:1px; background: #eeeeee; position: absolute; top:20px; right:0}
.index_youshi_title h6 span{color:#333333; font-size: 30px; background: #fff; position: relative; z-index: 9; padding-right: 30px;}
.index_youshi_title i{width:26px; height: 26px; float: right; border-radius: 50%; text-align: center; line-height: 26px; color: #333333; font-size: 16px; 
	background: #eeeeee; margin-top: 8px;}
.index_youshi_all{width:100%; height: auto; overflow: hidden; margin-top:48px; }
.index_youshi_all .slideTxtBox{ width:100%; height: auto; overflow: hidden; position: relative; z-index: 9}
.index_youshi_all .slideTxtBox .hd{width:688px; height: auto; position: absolute; bottom:0; right:0}
.index_youshi_all .slideTxtBox .hd ul{width:420px; height: auto; overflow:hidden; margin-left: 25px}
.index_youshi_all .slideTxtBox .hd ul li{ float:left; width:198px; height: 54px; line-height: 54px; background: #fff url(../images/ys_hhts.png) no-repeat 90% center; border-radius:5px; padding-left: 20px; margin-right: 23px; margin-bottom: 22px;}
.index_youshi_all .slideTxtBox .hd ul li:nth-child(2n){margin-right: 0}
.index_youshi_all .slideTxtBox .hd ul li a{font-size: 16px; color: #333333}
.index_youshi_all .slideTxtBox .hd ul li.on{background: #0065b1 url(../images/ys_hts.png) no-repeat 90% center}
.index_youshi_all .slideTxtBox .hd ul li.on a{color:#fff}
.index_youshi_all .slideTxtBox .bd{width:100%; height: auto; overflow: hidden; position: relative}
.bd_li{width:100%; height: auto; overflow: hidden}
.bd_li_pic{width:688px; height: auto; float: left; overflow: hidden}
.bd_li_pic img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.bd_li_xx{width:555px; height: auto; float: left; margin-left: 50px;}
.bd_li_xx h3{color:#000000; font-size: 24px; margin: 25px 0}
.bd_li_xx p{color:#666666; font-size: 16px; line-height: 30px; height: 120px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:4;
  -webkit-box-orient:vertical; overflow:hidden;}
.index_youshi_all .slideTxtBox .arrow{position:absolute; left:-154px; bottom:0; }
.index_youshi_all .slideTxtBox .arrow a{ display:block;  width:65px; height:65px; float:right;  overflow:hidden; cursor:pointer; }
.index_youshi_all .slideTxtBox .arrow .next{background: #fff url(../images/ys_hright.png) no-repeat center}
.index_youshi_all .slideTxtBox .arrow .prev{background: #fff url(../images/ys_hleft.png) no-repeat center}
.index_youshi_all .slideTxtBox .arrow .prev:hover{background: #0065b1 url(../images/ys_left.png) no-repeat center}
.index_youshi_all .slideTxtBox .arrow .next:hover{background: #0065b1 url(../images/ys_right.png) no-repeat center}
.bd_li_pic:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}




/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; margin-top:86px}
.index_news_title{width:530px; height: auto; float: left}
.index_news_title h4{color:#333333; font-size: 30px; text-transform: uppercase}
.index_news_title h4 span{font-weight: bold; font-size: 30px;}
.index_news_title h5{color:#333333; font-size: 60px; font-family: "Arial"; font-weight: 900; text-transform: uppercase}
.index_news_title h6{color:#333333; font-size: 30px; position: relative; width: 95%; float: left}
.index_product_nav{width:440px; float: right; margin-top: 105px}
.index_product_nav a{width:135px; height: 45px; background: #eeeeee; border-radius: 5px; text-align: center; line-height: 45px; font-size:16px; color: #333333; margin-left: 10px; float: left}
.index_product_nav a:hover{background: #0065b1; color:#fff;}
.index_news{width:100%; height: auto; overflow: hidden}
.index_news_all{width:100%; height: auto; overflow: hidden; margin-top:58px;  }
.index_news_all .swiper-slide a{width:100%; height: auto; display: block}
.index_news_pic{width:100%; height: auto; overflow: hidden}
.index_news_pic img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_news_x{width:100%; height: auto; overflow: hidden; border: 1px solid #e5e5e5; padding:20px 28px 28px}
.index_news_x h3{width:100%; height:30px; line-height: 30px; color: #333333; font-size: 18px; font-weight: bold; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap; margin:0 0 20px}
.index_news_x p{width:100%;  height: auto; overflow: hidden; line-height:30px; font-size: 16px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}
.index_news_x span{color:#999999; font-size: 16px; display: block; margin-top: 20px;}
.index_bottom{width:100%; height:245px; background: url(../images/bottom_bjs.jpg) no-repeat center; padding-top: 54px; text-align: center; margin-top: 60px;}
.index_bottom h4{color:#fff; font-size: 30px; font-weight: bold; margin-bottom: 20px;}
.index_bottom p{color:#fff; font-size: 16px; line-height: 30px;}
.index_news_all .swiper-slide a:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.index_news_all .swiper-slide a:hover h3,.index_news_all .swiper-slide a:hover p{color:#0065b1}



/*底部*/
.footer{width:100%; height:auto; overflow: hidden; background:#1b1b1b; }
.footer_top{width:100%; height: 66px; border-bottom: 1px solid rgba(255,255,255,0.2)}
.f_nav_left{width:auto; float: left}
.f_nav_left a{color:#ffffff; font-size: 16px; width: 138px; line-height: 66px; float: left; position: relative; text-align: center;}
.f_nav_left a:after{content: "|"; color:rgba(255,255,255,0.2); font-size: 16px; position: absolute; top:0; right:0}
.f_nav_left a:last-child:after{opacity: 0}
.f_nav_left a:hover{color:#0065b1}
.footer_links{width:281px; height: 44px; background: #434343; float: right; margin-top: 10px; position: relative}
.footer_links p{color:#e2e3dd; font-size: 16px; line-height: 44px; padding-left:28px; height: 44px; background: url(../images/xia.jpg) no-repeat right center}
.footer_lj{width:100%; height:200px; position: absolute; top:44px; left:0; background: #fff; padding: 10px; display: none; overflow-y: auto}
.footer_lj a{width:100%; height:auto; color:#333; font-size:16px; display: block; margin: 8px 0}
.footer_lj a:hover{color:#0065b1}
.footer .w1440{overflow: hidden; height: 340px;}
.footer_xx{width:25%; height: 100%; overflow: hidden; float: left; border-right:1px solid rgba(255,255,255,0.2);padding-top: 78px }
.f_logo{width:248px; height: auto; display: block;}
.footer_p{width:100%; height: auto; overflow: hidden; margin-top: 28px}
.footer_p p{width:54px; height: 54px; border-radius: 50%; background: rgba(255,255,255,0.1); text-align: center; line-height: 54px; font-size: 16px; float: left; color:#fff; margin-right: 20px;}
.footer_links:hover .footer_lj{display: block}
.footer_input{width:630px; height: 100%; float: left; border-right:1px solid rgba(255,255,255,0.2); padding-left: 104px; padding-top: 60px;}
.footer_input h3{color:#fff; font-size: 24px; font-weight: bold; margin-bottom: 10px;}
.footer_input p{color:#fff; line-height:30px; font-size: 16px;}
.footer_ma{width:20%; height: auto; float: right;  padding-top: 60px;}
.footer_ma h4{color:#fff; font-size:24px; margin-bottom:20px; font-weight: bold;}
.footer_ma dl{width:43%; height: auto; float: left;}
.f_dl{margin-right: 20px}
.footer_ma dl dt{width:100%; height: auto; display: block}
.footer_ma dl dt img{width:100%; height: auto; display: block}
.footer_ma dl dd{width:100%; height:30px; line-height: 30px; color: #fff; font-size: 14px; text-align: center; margin-top: 8px }


.footer_bottom{width:100%; height:58px; position: relative; border-top:1px solid rgba(255,255,255,0.2); }
.copy_bq{width:auto; height:58px; line-height:58px; position: relative; color:#ffffff; font-size:14px; float: left}
.copy_bq a{color:#ffffff; font-size:14px; margin-right: 10px;}
.footer_zhichi{width:auto; height:100%; overflow: hidden; float: right}
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#ffffff; line-height:58px; font-size: 14px;}
.footer_zhichi p a{ color:#ffffff; font-size: 14px;}
.footer_zhichi span{float: left; font-size:14px; color: #ffffff;}
.footer_zhichi i{ float: left;}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:18px; margin-right: 10px}
.footer_zhichi .js{width:88px;height: 28px; background: url(../images/wl.png) no-repeat; margin-top:20px;}
.footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat} 



/*弹出视频*/
.video_bj{width:100%; height:100%; position:fixed; top:0px; left:0px; background:rgba(0,0,0,0.5); z-index:888; display:none}
.video_xx{width:600px; height:400px; position:fixed; top:50%; left:50%; margin-left:-300px; margin-top:-190px; z-index:999}
.close{width:100%; height:40px; text-align:right; background:rgba(0,0,0,0.5);}
.close img{width:32px; height:32px; margin-top:4px; margin-right:10px;}
.video-box{width:100%; height:360px;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}


/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    top:250px;
    width: 77px;
    z-index: 999;
}
.lxfx li a {
    color: rgb(255, 255, 255);
    display: block;
    height: 47px;
    margin-top: 9px;
    width: 300px;
	 font-size: 14px;
}
.leftlx {
    float: left;
    height: 47px;
    width: 77px;
}
.lxfx li span {
    border-left: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    float: left;
    font-size: 20px;
    height: 24px;
    line-height: 22px;
    margin-top: 8px;
    padding-left: 8px;
}
.fix_ewm {
    border: 5px solid rgb(255, 255, 255);
    display: none;
    height: 120px;
    left: -145px;
    position: absolute;
    top: -40px;
    width: 120px;
}
.lxfx li i {
    display: block;
    height: 27px;
    margin: 0 auto;
    text-align: center;
    width: 30px; background:url(../images/fx.png) no-repeat;
}
.lxfx li i.icon-tel {
    background-position: 0 -25px;
}
.lxfx li i.icon-ly {
    background-position: 4px -53px;
}
.lxfx li i.icon-wx {
    background-position: -34px 4px;
}
.lxfx li i.icon-wb {
    background-position: -30px -22px;
}
.lxfx li i.icon-top {
    background-position: -30px -49px; height:32px;
}

.lxfx li p {
    line-height: 12px;
    text-align: center;
}
.lxfx li {
    background:#0084cd;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px; float:left;
}



.tan_all{width:30%; height: 40px; background: #000; overflow: hidden}
.tan_all p{float: left; color:#fff; line-height: 40px; width: 100px}

.tan_hong{width:20px;height: 40px; float: right; background: red}

.tan_all_xx{width:80%; float: left}








/*内页 banner*/
.ny_banner{width:100%; height: 350px; overflow: hidden; padding:120px 0 60px; }
.ny_banner .ny_banner_left{width:50%; float: left;}
.ny_banner .ny_banner_left h4{width:100%; height: 127px; line-height: 208px; font-size: 30px; color: #fff; font-weight: bold; margin-bottom: 10px;}
.ny_banner .ny_banner_left p{font-size: 16px; color: #fff; line-height: 26px;}
.ny_banner_right{float: right; font-size: 14px; color: #fff; margin-top:164px; line-height:26px;}
.ny_banner_right a{font-size: 14px; color: #fff; margin: 0px 10px;}
.ny_banner_right a:hover{font-weight:bold;}
.about_ban{background:url(../images/about_ban.jpg) no-repeat center}
.case_ban{background:url(../images/case_ban.jpg) no-repeat center}
.contact_ban{background:url(../images/contact_ban.jpg) no-repeat center}
.news_ban{background:url(../images/news_ban.jpg) no-repeat center}
.product_ban{background:url(../images/product_ban.jpg) no-repeat center}
.ppjm_ban{background:url(../images/ppjm_ban.jpg) no-repeat center}
.rlzy_ban{background:url(../images/rlzy_ban.jpg) no-repeat center}
.jjfa_ban{background:url(../images/jjfa_ban.jpg) no-repeat center}



/*内页左边导航*/
.ny_all{width:100%; height: auto; overflow: hidden; margin-top: 36px; margin-bottom:80px;}
.ny_left{width:21.5%; height: auto; float: left}
.ny_left_title{width:100%; height: 90px; background: #184a8f; line-height: 90px; text-align: center; font-size: 30px;color: #fff; font-weight: bold;}
.ny_left_nav{width:100%; height: auto; padding: 16px 0 60px 16px; background: #f0f0f1}
.ny_left_nav .yiji li{width: 100%; height:auto;  padding-left:10px; margin-bottom:1px;  }
.ny_left_nav ul li a{padding-left: 15px; font-size: 16px; color: #333333;display: block;  height:50px;line-height: 50px;position: relative;}
.ny_left_nav ul li .inactive{ background:url(../images/off.png) no-repeat 210px center;}
.ny_left_nav ul li .inactives{background:url(../images/on.png) no-repeat 210px center;} 
.ny_left_nav ul li ul{display: none;}
.ny_left_nav ul li ul li { width: 100%; height: 50px; line-height: 50px; background: none;}
.ny_left_nav ul li ul li ul{display: none;}
.ny_left_nav ul li ul li a{ padding-left:20px; font-size: 14px; color: #666666}
.ny_left_nav ul li ul li.active a{color:#184a8f; font-size: 14px; background: url(../images/r_jt.png) no-repeat 200px center}
.ny_left_nav ul li.active a{color:#184a8f}
.ny_left_nav ul li:hover a.inactive{color:#184a8f}
.ny_left_nav ul li ul li:hover a{color:#184a8f}
.ny_left_nav ul li .inactives{color:#184a8f}
.ny_left_nav ul li ul li:hover a{color:#184a8f}
.yiji li.active{background:#fff url(../images/dian.png) no-repeat 8px 22px;}
.ny_left_nav ul li ul li:hover{background: url(../images/r_jt.png) no-repeat 210px center}
.ny_left_nav .yiji li:hover{background:#fff url(../images/dian.png) no-repeat 8px 22px;}



/*产品侧边导航*/
.accordion { width: 100%; height:auto; overflow:hidden}
.accordion li.open .link {color: #184a8f;}
.accordion .link i{width:7px; height:7px; background:url(../images/dian.png) no-repeat center; float:left; margin-top:22px; margin-right:10px;}
.ny_left_nav ul li.open{background:#fff}
.accordion .link {
    cursor: pointer;
    display: block;
    height:50px; line-height:50px;
    font-size: 16px; color: #333333;
    position: relative;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
	background: url(../images/off.png) no-repeat 207px center;
}


.accordion .link::before {
    content: "";
    position: absolute;
    height: 7px;
    width: 7px;
    background: #184a8f;
    left: 0;
    top: 20px;
}


.submenu li.block{background:#fff}
.submenu li.block a{color:#184a8f}
.open .link{background: url(../images/on.png) no-repeat 207px center;}
.submenu a {
    display: block;
    text-decoration: none;
    font-size: 14px; color: #666666; height:auto!important; line-height:26px!important;
    padding:10px 0 10px 42px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.accordion li{padding-left:10px; position:relative}
.accordion li:hover{background:#fff;}



/*内页右边内容*/
.ny_right{width:75%; height: auto; float: right; padding-top:10px;}
.ny_right_title{width:100%; height: 47px; border-bottom: 1px solid #dddddd}
.ny_right_title h3{font-size: 24px; height: 40px; line-height: 40px; color: #484848; font-weight: bold; }
.ny_about_info{width:100%; height: auto; overflow: hidden; font-size: 16px; color: #666666; line-height: 34px; margin-top:35px; }
.ny_about_info img{max-width: 100%;}
.ny_about_info p{font-size: 16px; color: #333; line-height: 32px;}



/*产品中心*/
.ny_product{width:100%; height: auto; overflow: hidden; margin-top: 35px;}
.ny_product ul{width:100%; height: auto; overflow: hidden}
.ny_product ul li{width:32%; float: left; height: auto; margin-right: 2%; margin-bottom: 30px;}
.ny_product ul li h3{width:100%; height: 40px; line-height: 40px; font-size: 20px; color: #184a8f;     font-weight: bold;text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_product ul li .products_pic{height:auto; display: block;overflow: hidden;width:100%;    border: 1px solid #dddddd;}
.ny_product ul li .products_pic img{width:100%;  height:100%; display:block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_product ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_product ul li:nth-child(3n){margin-right: 0px;}
.ny_product ul li p{width:100%; height: 40px; line-height: 40px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-align: center; font-size:16px}
.ny_proshow_xq{width:100%; height:auto; overflow:hidden; font-size: 18px; line-height:28px; height: 200px; display: block;}
.ny_pro_more{width:100%; height: 36px; border-bottom: 1px solid #184a8f; font-size: 14px; color: #666; line-height: 36px;position:relative}
.ny_product ul li:hover .ny_pro_more{color:#fff; transition: all 0.4s ease-in-out; }
.ny_pro_more:after{content:""; width:0; height:100%; display:block; position:absolute; top:0; left:0; transition: all 0.4s ease-in-out;  background:rgba(0,47,139,0.9)}
.ny_product ul li:hover .ny_pro_more:after{width:100%; transition: all 0.4s ease-in-out;}
.ny_pro_more p{position:relative; z-index:9}

#sl_PicShow{width:100%!important;}
.sl_SmallImgList{width:100%; display:black; margin:0px auto; text-align:center}
.proshow_xx table{margin:0px auto}



/*新闻*/
.ny_news_list{width:100%; height: auto; overflow:hidden; margin-top: 10px;}
.ny_news_list ul{width:100%; height: auto; overflow: hidden;  margin-bottom: 30px;}
.ny_news_list li{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #dddddd; padding: 25px 0;}
.news_time{width:10%; float: right; text-align: center; background: #f5f5f5; padding:36px 0}
.news_time time{color: #184a8f; font-size: 12px; margin-top: 10px; display:block; overflow: hidden; width: 100%; height:20px; line-height:20px; font-family: "Arial"}
.news_time p{ font-size:40px; color: #184a8f;height: 35px; line-height: 35px; font-weight: bold;}
.ny_news_info{width:60%; float: left; margin-left: 3%;margin-top: 10px;}
.ny_news_info h3{ font-size:18px; color: #555555;  width:100%; height:35px; line-height: 35px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_news_info p{width:100%; line-height:28px; color: #666; font-size: 15px; word-break:break-all;
display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden; }
.ny_news_info span{width:98px; height:32px; border: 2px solid #cccccc; text-align: center; line-height: 28px; font-size: 14px; color: #666666; display: block; margin-top: 10px;}
.ny_news_img{width:24%; height:auto; float:left; overflow: hidden}
.ny_news_img img{width:100%; height: auto;transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_news_list li:hover{border-bottom: 1px solid #184a8f;}
.ny_news_list li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_news_list li:hover span{background: #184a8f; color: #fff; border:2px solid #184a8f; }
.ny_news_list li:hover .news_time{background: #184a8f;}
.ny_news_list li:hover .news_time p{color:#fff}
.ny_news_list li:hover .news_time time{color:#fff;}
.ny_news_list li:hover h3{color:#184a8f;}



/* 内页通用产品推荐 */
.inside_pro{margin-top: 30px; margin-bottom:40px;}
.inside_pro h3{  height: 54px; line-height: 54px;  position: relative; margin-bottom: 20px; font-weight: bold; color: #333;  font-size: 24px;}
.inside_pro h3 span{ font-size:18px; margin-left: 10px; font-weight: bold; color: #dedede;}
.picScroll-ipro{  width: 1200px; position:relative;overflow: hidden; padding-bottom:10px}
.picScroll-ipro .bd ul{height: auto; }
.picScroll-ipro .bd ul li{ width:286px; float: left; margin-right: 18px; position: relative; padding-bottom:10px;}
.picScroll-ipro .bd ul li .pic{ height:auto; width: 100%; overflow: hidden; border:1px solid #eee}
.picScroll-ipro .bd ul li .pic img{ width: 100%;transition: all .4s;}
.picScroll-ipro .bd ul li:hover .pic img{transform: scale(1.08); transition: all .4s;}
.picScroll-ipro .bd ul li .title{  height: 54px;  width: 100%; background: #fff;  box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.05)}
.picScroll-ipro .bd ul li .title a{ height: 54px; line-height: 54px; display: block; position: relative; padding-left: 30px;  transition: all .4s; font-size: 15px;}
.picScroll-ipro .bd ul li:hover .title a{ height: 54px; line-height: 54px; display: block; position: relative; padding-left: 50px; }
.picScroll-ipro .bd ul li .title a::before{ content: ""; position: absolute; height: 1px;  width: 10px; background: #243587; bottom: 30px; left: 16px; transition: all .4s;}
.picScroll-ipro .bd ul li:hover .title a::before{ content: ""; position: absolute; height: 1px;  width: 30px; background: #243587; bottom: 30px; left: 16px;}
.picScroll-ipro .bd ul li .title span{ float: right; font-size: 14px; color: #999; padding-right: 15px;}
.picScroll-ipro .hd .next,.picScroll-ipro .hd .prev{ position: absolute; top:80px; z-index: 9999; height: 54px; width: 30px; }
.picScroll-ipro .hd .next{ background: rgba(0,0,0,0.7) url(../images/inside_right1.png) no-repeat center; float: right; cursor: pointer; right: 0px;}
.picScroll-ipro .hd .prev{ background: rgba(0,0,0,0.7) url(../images/inside_left.png) no-repeat center; float: left; cursor: pointer; left: 0px;}


/* 内页通用:左侧分类 */
.nyban p{ padding-top:260px; color: #fff; font-size: 14px; text-align: right; }
.nyban p a{ color: #fff; }
.mainl-fl > h3{ width: 100%;  height: 91px; line-height: 87px; text-align: center; font-size: 30px; font-weight: bold; background: #184a8f; color: #fff; }
.main-l{ border-top: none; width: 250px;  border-top: none;  }
.mianlfl-li > a > p{ color: #393939; font-size: 16px; float:left;line-height: 52px;  }
.mianlfl-li > a > span{ width:8px; height: 8px; display: block; border-radius: 50%; border:2px solid #004389; float:left; margin-left: 10px;    margin-top: 20px; margin-right: 13px;  }
.mianlfl-li{ clear: both; }
.mianlfl-li > a { display: block; margin: 0 auto; width: 225px; height: 52px; border-bottom: 1px solid #e5e5e5;  }
.mainl-fl > ul{ padding-top: 10px; }
.mianlfl-li > .active p{ color: #004389;  }
.mianlfl-li > .active span{ background: #004389;  }
.mianlfl-li:hover a > span{ background: #004389; }
.mianlfl-li:hover a > p{ color: #004389;  }
.zxzx-l{ background: url(../images/zxzx-bg.jpg) no-repeat; height: 95px; width: 217px; margin: 0 auto; margin-top: 20px; margin-bottom: 10px; }
.zxdc-l{ background: url(../images/zxwj-bg.jpg) no-repeat; height: 95px; width: 217px; margin: 0 auto;  margin-bottom: 20px; }
.zxzx-l > a > h3,.zxdc-l > a > h3{ color: #fff; font-size: 18px; text-align: center; padding-top: 25px;  }
.zxzx-l > a > p,.zxdc-l > a > p{ text-align: center; color: #fff; font-size: 12px; }
.mainl-fl2{ margin-top: 35px; border:1px solid #d5d5d5; padding-bottom:10px;  }
.mainl-fl1{ border:1px solid #d5d5d5; border-top: none; }
.mianl-tel{ padding: 0 15px; margin-top: 18px; line-height:26px;   }
.mianl-tel > p{ color: #626262; font-size: 16px;margin:10px 0 }
.mianl-tel > h3{ color: #004389; font-size: 24px;   font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Arial Black," sans-serif";  }
.mianl-tel > h3:after{ content:""; width: 100%; height: 1px; background: #e5e5e5; display: inherit; margin-top: 8px; }
.mianl-tel > div > p{ color: #535353; font-size: 15px; line-height: 26px; }
.mianl-tel > div{ padding-top: 8px; }
.mianl-tel > span{ color: #004389; font-size: 24px;   font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Arial Black," sans-serif";  }


/*联系我们*/
.ny_conta_info{width:100%; height: auto; padding: 35px 35px; background: #f5f5f5; overflow: hidden; margin-top: 35px;}
.ny_conta_info .ny_ibt{font-size: 24px; color: #313131; height: auto; line-height: 40px;}
.ny_conta_dz{width:50%; height: auto; float: left}
.ny_conta_dz p{font-size: 16px; color: #313131; line-height: 30px;}
.ny_conta_dz p i{color: #000000; margin-right: 5px;}
.ny_cont_wx{width:340px; height: auto; float: right}
.ny_cont_wx dl{width:140px; float: left; margin-right: 26px;}
.ny_cont_wx dl dt{width:140px; height: 140px; border: 4px solid #e5e5e5; /*! padding: 10px; */ background: #fff}
.ny_cont_wx dl dd{ font-size: 14px; color: #626262; height: 35px; line-height: 35px; text-align: center}
.ny_cont_wx dl dt img{width:100%; height: 100%;}
.map{width:100%; height: 400px; overflow: hidden; margin-top: 20px;}
.ny_rtime{width: 100%; line-height: 30px; color: #999; height: 30px; margin-bottom: 20px;  border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; text-align: center;clear: both; font-size:14px;}
.ny_rtile{width: 100%; font-size: 20px; color: #555; padding: 30px 0px; text-align: center; clear: both}
.ny_rxingqu{width: 100%; font-size: 20px; color: #333; padding: 10px 0px; clear: both; margin-top: 50px;}
.keyword_light img{max-width:100%;}
.keyword_light p{font-size: 16px; color: #333; line-height: 32px;}
.inside_pro_main{ margin-top:40px; overflow: hidden;}
.inside_pro_main .index_pro .index_pro_col{ display: table; height: 42px; margin: 0 auto; padding: 0px 0 25px 0;}
.inside_pro_main .index_pro .index_pro_col li{ height: 42px; float: left; width: 149px; text-align: center; background: #eee; margin:0 5px; line-height: 42px; padding-left: 0;}
.inside_pro_main .index_pro .index_pro_col li a{ display: block; font-size: 16px; color: #333;}
.inside_pro_main .index_pro .index_pro_col li.proOn{ background: #243587}
.inside_pro_main .index_pro .index_pro_col li.proOn a{ color: #fff;}
.inside_pro_main .index_pro .index_pro_list{ overflow: hidden;}
.inside_pro_main .picScroll-fwfw{ position: relative; margin-top:40px;}
.inside_pro_main .picScroll-fwfw .bd{ overflow: hidden;}
.inside_pro_main .picScroll-fwfw .bd li{ width:23.5%; margin-right: 2%; background: #f6f6f6; float: left;}
.inside_pro_main .picScroll-fwfw .bd li:last-child{ margin-right: 0;}
.inside_pro_main .picScroll-fwfw .bd li .pic{ width: 100%; height:auto; overflow: hidden; position: relative;}
.inside_pro_main .picScroll-fwfw .bd li .pic img.pro_pic{ width: 100%; display:block;}
.inside_pro_main .picScroll-fwfw .bd li .pic .more_img{height: 100%; width: 100%; position: absolute; bottom:-100%; background: rgba(36,53,135,0.7); text-align: center; transition: all 0.3s;}
.inside_pro_main .picScroll-fwfw .bd li .pic .more_img img{ margin-top:120px;}
.inside_pro_main .picScroll-fwfw .bd li .pic .more_img p{ text-align: center; font-size: 16px; line-height: 2; color: #fff; margin-top:90px}
.inside_pro_main .picScroll-fwfw .bd li :hover .pic .more_img{ bottom: 0; transition: all 0.3s;}
.inside_pro_main .picScroll-fwfw .bd li .title{ height: 96px; background: #f6f6f6; padding: 22px 30px; position: relative; transition: all 0.3s;}
.inside_pro_main .picScroll-fwfw .bd li .title p{ font-size: 18px; color: #333; line-height: 1.4; font-weight: bold;}
.inside_pro_main .picScroll-fwfw .bd li .title span{ font-size: 14px; color: #999; line-height: 1.4; text-transform: uppercase;}
.inside_pro_main .picScroll-fwfw .bd li:hover .title{ background: #333}
.inside_pro_main .picScroll-fwfw .bd li:hover .title *{ color: #fff;}
.inside_title_1{ overflow: hidden; text-align:center; margin-bottom: -12px;}
.inside_title_1 p{ font-size: 26px; font-weight:bold;color: #333; line-height: 1.8;}
.inside_title_1 p span{ color: #243587}
.inside_title_1 em{ display: block; text-align: center; font-size: 15px; color: #666;}
.inex_news_main{ overflow: hidden;}
.inex_news_main li{ width: 49%;  background: #f8f8f8; padding: 20px; float: left; margin-bottom: 20px; overflow: hidden;}
.inex_news_main li:nth-child(2n){ float:right;}
.inex_news_main li .pic{ float: left; height: 133px; width: 187px; overflow: hidden; margin-right: 20px;}
.inex_news_main li .pic img{ width: 100%; transition: all .4s;}
.inex_news_main li:hover .pic img{transform: scale(1.08); transition: all .4s;}
.inex_news_main li p a{ font-size: 16px; line-height: 32px;     overflow: hidden; display: block;
    white-space: nowrap;
    text-overflow: ellipsis;}
.inex_news_main li p a:hover{ color: #243587}
.inex_news_main li span{ font-size: 14px; color: #999; display: block; line-height: 32px;}
.inex_news_main li i{font-style: normal; font-size: 14px; line-height: 30px; text-align: justify; color: #666; display: block;}



  
  /* .timer_shaft_line{position: relative;} */
  .product_cite{width: 690px;font-size: 15px;}
  .product_cite h4{text-align: right;font-size: 15px;}
  .timer_shaft_left{float: left;font-size: 26px;width: 160px;text-align: left;position: relative; line-height: 42px;  }
  .timer_shaft_left::after{content:"";position: absolute;right: 3px;top: 22px;width: 11px;height: 11px;border:1px solid #184a8f;border-radius:50%;background: #fff;z-index: 2;}
  .timer_shaft_right{float: right;line-height: 35px;padding-left: 30px;/*! max-width: 600px; */padding-top: 13px;color: #666; width:722px;   }
  .timer_shaft_right > img{ display: block; width: 300px; height: auto; }
  .timer_shaft_box{position: relative; margin-top: 70px;   }
  .timer_shaft_box::after{content: '';position: absolute;left:150px;height: 100%;width: 1px;background: #184a8f;z-index: 1;top: 0;}
  .timer_shaft_line .timer_shaft_left{padding: 8px 15px;}
  .clear_new{clear:both;overflow:hidden;}
  .clear_new2:after{display:block;clear:both;content:"";visibility:hidden;height:0}
  .timer_shaft_box:first-child{margin-top: 50px;}
  .exhibition_text{background: #eeeeee;padding: 30px;line-height: 30px;}
  .exhibition_text h2{font-size: 24px;font-weight: bold;margin-bottom: 6px;}
  .pic_list{width: 100%;}
  .pic_list ul li{width: 23.5%;float: left;margin-right: 2%;margin-bottom: 10px;overflow: hidden;}
  .pic_list ul li:nth-child(4n){margin-right: 0;}
  .pic_list ul li a{display: block;}
  .pic_list_box{overflow: hidden;}
  .pic_list_box img{width:100%}
  .pic_list ul li a img{width: 100%;transition:  all .5s;}
  .pic_list ul li a p{text-align: center;line-height: 30px;margin-top: 10px;font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
  .pic_list ul li:hover a img{transform: scale(1.2);}
  
  .text_list{margin-bottom: 50px;;}
  .text_list li a{display: block;}
  .text_list li p{float: left;width: 70%;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;}
  .text_list li span{float: right;}
  .text_list li{border-bottom: 1px dashed #cacaca;padding: 10px;}
  .timer_shaft_right b{font-size:16px;   color: #333;}
  .timer_shaft_right span{font-size:16px;}
  
  
  

@media screen and (max-width:1510px){
	.w1440{width:1200px;}
	.in_pro_xx dl{width:81%}
	.index_about ul li{margin-right: 136px}
	.in_about_more{margin-top: 16px;}
	.nav{width:880px;}
	.nav .nLi{width:110px;}
	.bd_li_pic{width:488px;}
	.bd_li_xx{width:555px; height: auto; float: left; margin-left: 50px;}
.bd_li_xx h3{margin:0 0 15px}
.f_nav_left a{width:128px}
	
}

@media screen and (max-width:1440px){

	
}
